I updated the .net Interop patch to use an app.config file for setting the Kmotion path.
You can download it here::
http://sourceforge.net/projects/cnctw/files/DynoMotion%20c%23/KMotion_dotNet.zip/download
To use:
In the end application's app.config make sure it has this:
<appSettings>
<add key="KmotionPath" value="C:\Kmotion4.28x" />
</appSettings>
If your application already has an appSettings tag, just add the <add ... /> tag.
If you do not have an app.config, or the value is not valid it will default to searching for the path. I did reverse the search order though, so in most cases it should find the most recent distribution of Kmotion.
If you are going to use this while debugging MM, copy the KMotion_dotNet.xxx files from the ../Kmotion/Release folder after rebuilding BuildAllLibs into the CNCTW/Xlib/Device/DynoMotion folder.
You can then add the appSettings entry into the app.config file located in the MachineManager project.
-Brad Murry